home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / business / pcprojct.zip / READPROJ.TXT < prev    next >
Text File  |  1990-06-07  |  6KB  |  166 lines

  1.                              PC-Project 3.0
  2.                               READPROJ.TXT
  3.  
  4. Introduction
  5. ------------
  6.  
  7. PC-Project is a complete critical path project management application that
  8. runs under Microsoft Windows 3.0.  PC-Project is written entirely in Actor,
  9. an object-oriented programming language for Microsoft Windows.  Complete
  10. source code is included.   PC-Project was written as a sample Windows
  11. program and may be freely distributed for non-commercial use.
  12.  
  13. The files on this disk are:
  14.  READPROJ.TXT   -This "readme" file
  15.  INSTALL.BAT    -Installation program
  16.  ZOO.EXE        -Zoo compression/decompression utility program.
  17.  PROJECT.ZOO    -A compressed file that contains PC-Project program,
  18.                  source code, sample projects and manual.
  19.  
  20. I encourage you to share PC-Project with others.  Please distribute as
  21. is with all of the files.  If you are distributing electronically, please
  22. be sure to send the ZOO.EXE, PROJECT.ZOO and READPROJ.TXT files.
  23.  
  24. PC-Project Installation:
  25. ------------------------
  26.  
  27. If you received this disk directly from the Whitewater Group, there is
  28. an INSTALL.BAT program on the disk.  To install type:
  29.  
  30.         A: INSTALL A: C: C:\ACTOR
  31.  
  32. If you downloaded this program from a bulletin board system, then follow
  33. these instructions.  You will also need the ZOO.EXE utility which can be
  34. downloaded from most BBS systems.
  35.  
  36. If you don't have Actor, then make 4 subdirectories as shown below:
  37.    MD ACTOR
  38.    CD ACTOR
  39.    MD CLASSES
  40.    MD ACT
  41.    MD RES
  42.  
  43. Then install the application and the source code by typing
  44.    CD ACTOR                      (or wherever Actor is installed)
  45.    ZOO x/ PROJECT.ZOO            (install source into subdirectories)
  46.  
  47. The ZOO command above will install the source code into the appropriate
  48. subdirectories.  For help with ZOO, type ZOO h
  49.  
  50. Installed files
  51. ---------------
  52.  
  53. During the installation process the following files will be created
  54. on your hard disk.
  55.  
  56.  PMANUAL.TXT   -How to use PC-Project (16 pages of text)
  57.  PROJECT.EXE   -Executable PC-Project program file
  58.  PROJECT.IMA   -Sealed off image file required to run above
  59.  *.PRJ         -Various test files
  60.  
  61. Because Actor does static object and code swapping the size of the
  62. PROJECT.IMA and PROJECT.EXE files are larger than would seem necessary,
  63. but only the required portions will be loaded into memory.
  64.  
  65. The source code is contained in:
  66.  
  67.  PROJ.LOD      -A "load file" to load the source code if you have Actor
  68.  CLASSES\*.CLS -Source code to the classes that define the application
  69.  ACT\*.ACT     -Miscelaneous Actor source code methods
  70.  RES\*.*       -Resource script files, icons, header files.
  71.  
  72. Starting PC-Project
  73. -------------------
  74.  
  75. The project manager application requires Microsoft Windows 3.0.  If you
  76. are using Windows 2.x, you will need PC-Project 2.0.  To start PC-Project
  77. start W ndows and then use the File Run command to start PROJECT.EXE.
  78. If you have Actor DON'T click on the PROJECT.IMA file since you won't
  79. have the resources to run the application correctly.  Or you can
  80. run directly from the DOS C> prompt by typing
  81.  
  82.         WIN PROJECT.EXE
  83.  
  84. If Project reports not enough memory to run then you will need to adjust
  85. the settings in your WIN.INI file as shown below.
  86.  
  87. Refer to the Help screens and PMANUAL.TXT for more instructions on how
  88. to use PC-Project.  If you'd like to know more about the design of
  89. PC-Project, refer to the articles listed at the end of PMANUAL.TXT.
  90.  
  91. On some machines, printing can take a few minutes.
  92.  
  93. If you'd like to be able to start PC-Project by double clicking on a .PRJ
  94. file or by typing WIN xxx.PRJ, then add this line to the WIN.INI file in
  95. the [Extensions] section:
  96.  
  97.         PRJ=PROJECT.EXE ^.PRJ
  98.  
  99. On slower machines, swapping may cause performance to deteriorate.  In these
  100. cases, we recommend using a disk cache program (e.g. PC-Tools) or by setting
  101. the Static memory setting in WIN.INI as shown below.  The default settings
  102. are Static=64, Dynamic=20.  If you need to build large projects, you can
  103. increase the Dynamic setting.  If you need to run in less memory, use a
  104. smaller Dynamic or Static setting.
  105.         [PC-Project]
  106.         Static=64
  107.         Dynamic=20
  108.  
  109.  
  110. NOTES
  111. -----
  112.  
  113. Version 3.0  06/07/90
  114.  -Requires Actor 3.0, Windows 3.0.
  115.  -Uses new Windows 3.0 features: hierarchical menus and combo box
  116.  -Uses TextWindow to view resources, activities.
  117.  
  118. Version 2.0  1/30/90
  119.  -Uses Actor 2.0, will run on Windows 2.x.
  120.  -Minor changes made to application class, printing and dates for
  121.   compatibility with Actor 2.0.
  122.  -Added a File Run command to run other programs from within PC-Project.
  123.  -Includes complete chart printing, copying of graphics, color etc.
  124.  
  125.  
  126. Limitations
  127. -----------
  128.  
  129. PC-Project has some limitations compared to "professional" project
  130. management packages.  These may be addressed in the future.
  131.  
  132.  -Time is in days only.  There is no "calendar" facility to skip days.
  133.  -PC-Project does not balance resources or check for conflicts.
  134.  
  135. Please let me kow if there are any bugs or suggestions by sending
  136. mail to the address at the bottom of this file.  Because PC-Project
  137. is distributed free of charge, I cannot provide technical support
  138. beyond answering questions by mail.
  139.  
  140. Actor Users
  141. -----------
  142.  
  143. Please refer to the associated CLS and ACT files for documentation, or
  144. check The Whitewater Group BBS for the most recent versions.  The printer
  145. support was written by Mark Solinski.  Mouse dragging support was written
  146. by Barry Wilson.  The graphics printing and copy to clipboard were
  147. written by Patrick Deupree.
  148.  
  149. About Actor
  150. -----------
  151.  
  152. Actor is an object-oriented programming language for Microsoft Windows.
  153. Actor is a complete development system capable of creating standalone
  154. MS-Windows applications.  No licensing fees are required to distribute
  155. applications written in Actor.
  156.  
  157. PC-Project was written by Zack Urlocker and is copyright 1988-90, The
  158. Whitewater Group.  All rights reserved.  For more information about Actor
  159. contact:
  160.  
  161.          The Whitewater Group,
  162.          1800 Ridge St.
  163.          Evanston, IL, 60201.
  164.          USA
  165.          (708)328-3800
  166.